home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / basic / mildred / mildred.lha / lha / ILBMviewer.lha / ILBMviewer.Readme < prev    next >
Text File  |  1998-11-25  |  1KB  |  23 lines

  1.  
  2. This is a demonstration of some of Mildred's routines in action, particularly an
  3. implementation of full support for the interlacing features of the c2p system.
  4.  
  5. You choose a screenmode and size, and then load in an ILBM picture. It can be
  6. from 2-256 colours and also Ham8. Ham6, EHB and 24-bit are not supported. The pic
  7. will be loaded into fastram. It is then displayed and scrolled using the c2p
  8. system.
  9.  
  10. Pressing the right-mouse-button toggles combinations of c2p interlacing modes,
  11. and LMB exits to report a framerate for the most recently used interlace mode.
  12.  
  13. Part of the code is an ILBM-to-chunky loader, and another part contains a
  14. screenmode-requester routine with callback hooks.
  15.  
  16. This program was originally the beginnings of a game that was to use a
  17. superbitmap and also didn't start off life working with Mildred's routines so
  18. there is still a bit of assembler code dotted about.
  19.  
  20. From startup the demo will be using a double-buffered screen, and the picture is
  21. also backed-up to a second bitmap because this was going to be needed in the
  22. game (its in fastram though).
  23.